home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / GFX-Viewer / SViewII / SuperViewLibrary / SQ-Operators / SQHighPass.doc < prev    next >
Text File  |  1999-03-29  |  2KB  |  78 lines

  1.  
  2.   SQHighPass.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.5
  9.   Release Date : 11.01.1998
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQHighPass.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This  operator  applies  a  high  pass  filter  to  the  image  giving an
  23.   interesting "painted coloured" effect.
  24.  
  25.   It  can  give  some  really wierd effects, try setting the control pad to
  26.   PERCENTAGE=10  for  a  negative  type effect, or PERCENTAGE=99 for a real
  27.   colourful effect!
  28.  
  29.   ***NOTE:  This  operator will only work on a 24 bit buffer. This is not a
  30.   major  problem  as you can apply the AnyTo24Bit.svoperator first and then
  31.   apply this operator quite successfully.
  32.  
  33.   ControlPad-Switches
  34.   ~~~~~~~~~~~~~~~~~~~
  35.   ControlPad-Name     : "ENV:superview-library/SQHighPass.controlpad"
  36.   ControlPad-Commands : - PERCENTAGE=<1..100>
  37.                           ; This the threshold level for the filter.
  38.                           ;
  39.                           ; The following controlpads allow you to apply
  40.                           ; this operator to a rectangular region of the
  41.                           ; image.
  42.                         - REGION=<ENTIREIMAGE|RECTANGULAR>
  43.                           ; area of image to work on
  44.                         - LEFTEDGE=<Value>
  45.                           ; crop from x position
  46.                           ; (will be adjusted, if >= source width)
  47.                         - TOPEDGE=<Value>
  48.                           ; crop from y position
  49.                           ; (will be adjusted, if >= source height)
  50.                         - WIDTH=<Value>
  51.                           ; crop how many x pixels from leftedge
  52.                           ; (will be adjusted, if too large)
  53.                         - HEIGHT=<Value>
  54.                           ; crop how many y pixels from topedge
  55.                           ; (will be adjusted, if too large)
  56.  
  57.   Author
  58.   ~~~~~~
  59.   Steve Quartly
  60.   1280 Stevens St
  61.   MUNDARING
  62.   Western Australia        steveq@mafeking.scouts.org.au
  63.  
  64.   History
  65.   ~~~~~~~
  66.   V1.0 (01.09.1995) :
  67.  
  68.    - first public release
  69.  
  70.   V3.1 (1.1.1996)   :
  71.  
  72.    - added progress indicator support
  73.  
  74.     V3.5 (11.01.98)   :
  75.  
  76.      - updated to support semaphores
  77.      - fix bug with REGION control pad
  78.